home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
smashing.swf
/
scripts
/
DefineSprite_308
/
frame_4
/
DoAction.as
Wrap
Text File
|
2008-03-12
|
255b
|
19 lines
if(!_parent._parent.gamePaused)
{
if(!brickSmashed)
{
if(getTimer() < pause)
{
gotoAndPlay(_currentframe - 1);
}
}
else
{
gotoAndPlay(1);
}
}
else
{
gotoAndPlay(_currentframe - 1);
}